* {
    box-sizing: border-box;
}
body, html {
  height: 100%;
  font-family: arial;
}
hr {
    padding: 0;
    margin: 0;
}
.download_current {
    margin:20px auto;
    width:50%;
    text-align:center;
    background:yellow;
    font-size:20px;
    font-weight:700;
    padding:0 0 30px 0;
    border-style:dotted;
    border-width:thick;
    text-decoration: none;
}
.subscribe {
    margin:10px auto;
    width:200px;
    text-align:center;
    background:yellow;
    font-size:20px;
    font-weight: bold;
    padding:0 0 20px 0;
    border-style:dotted;
    /*border-width:thick*/
}

.downloads_flexbox {
    margin: 15px 0px;
    border: solid #888 1px;
    border-radius: 5px;
    flex-wrap: wrap;
    display: flex;
    font: 12px Arial, sans-serif;
}
.downloads_flexbox div {
    padding: 5px;
}
.downloads_flexbox div:nth-child(1) {
    font-weight: bold;
}
#help {
    cursor: pointer;
    cursor: hand;

}

#prod_info_container img {
    width: 50%;
 }
#prod_info_container .mill_images img {
    width: 100%;
 }
span#prod_ajax input#userInput{
    width: 330px;
}
span#prod_ajax #filter{
    width: 380px;
    max-height: 200px;
    border: 1px solid #666;
    display: none;
    color: black;
    overflow-y:scroll;
    overflow-x: hidden;
}
span#prod_ajax li{
    width: 100%;
    height: 20px;
    list-style: none;
    margin: 0px;
    font: 12px arial, sans-serif;
    text-align: left;
    padding-left: 5px;
}
span#prod_ajax li:hover{
    background: lightgrey;
  }
span#prod_ajax ul{
    width: 100%;
    margin: 0px;
    position: relative;
    left: -40px;
  }

.mill_images figure {
    float:left;
    margin:5px;
    height: 130px;
}

.mill_images figcaption {
     font-size: 12px;
     text-align: center;
}

#tel_row {
    display: none;
}

#ref_cust_num {
    width: 50px;
}
#ref_firstname {
    width: 200px;
}
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    z-index: 25;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.5);
}

/* Inner */
.popup-inner {
    max-width:600px;
    width:90%;
    padding:0px 10px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
    text-align: center;
}
.popup-inner p {
    font-size: 12px;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

a.popup-close {
    text-decoration:none;
}
.popup-close:hover {
/*    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
*/    background:rgba(0,0,0,1);
    text-decoration:none;
    color: white;
}

/*Endfade-in modal popup*/
/*For AJAX suggest box*/
#town_input {
    position: relative;
    z-index: 24;
}
#suggestBoxElement {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index:25;
    visibility: hidden;
}
#suggestBoxElement {
    border: 1px solid #8FABFF;
    visibility:hidden;
    text-align: left;
    white-space: nowrap;
    background-color: #eeeeee;
}
.suggestions {
      font-size: 12px;
      background-color: #eeeeee;
  }
.suggestionMouseOver {
      font-size: 12px;
      background: #3333ff;
      color: white;
  }

.dropup,
.dropdown {
  position: relative;
}
/*.dropdown-toggle:focus {
  outline: 0;
}
*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0px 10px;
  text-decoration: none;
  text-transform: lowercase;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.open > .dropdown-menu {
  display: block;
}
/*test popup login box*/
#modal_wrapper.overlay:before, #modal_wrapper_1.overlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
  }

#modal_window, #modal_window_1 {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 280px;
    padding: 10px 20px;
    background: #F3FFFF;
    border: 3px solid #00CED1;
    border: 3px solid #bbb;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

#modal_wrapper.overlay #modal_window, #modal_wrapper_1.overlay #modal_window_1 {
    display: block;
  }
/*form#modal_feedback {
    background: #F4FFFF;
    background: #F0F8FF ;
    background: red;
}
*/a#modal_close {
    padding: 0 5px;
    border-radius: 10px;
}
a#modal_close:link, a#modal_close:visited {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    background: transparent;
    text-decoration: none;
}
a#modal_close:hover {
    color: #000;
    text-decoration: none;
}
#modal_open span#login {
    padding: 2px 10px;
    line-height: 1.42857;
}
#modal_open span#login:hover {
    cursor: pointer;
}
#login input  {
    width: 100%;
    font: 16px arial;
    font-weight: bold;
    border: none;
    margin: 10px 0;
    border: 1px grey solid;
}

div#login input#submit_login {
    background: LimeGreen;
}
.login_submit {
    padding: 10px 0px;
}
#login_submit input, #login_modal_1 button, #cancel_submit, #co_ord_login_button {
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 20px;
    border:none;
    background: #00CED1;
    border-radius: 5px;
}
#login_submit input:hover, #login_modal_1 button:hover, #cancel_submit:hover, #co_ord_login_button:hover {
    background: #1E90FF;
    color: white;
}


.error_msg_box {
    border: 1px red solid;
    margin:5px;
    padding: 5px;
    background: #Fff9Ef;
    color: red;
    font-size: 13px;
    /*font-weight: bold;*/
    font-style: italic;
    border-radius: 5px;
}       
div.confirm_ad_table {
    border: #888 solid 1px;
    margin: 5px 0 5px 0px;
    padding: 5px;
    width:200px;
   
}
.confirm_ad_table {
}
.confirm_ad_table td {
    border: #888 solid 1px;
    margin: 5px 0 5px 0px;
    padding: 5px;
    display: block;
    width:180px;
}
     
table.confirm_ad_table, #confirm_ad_table td {
}


#formatted_input_table {
    border: #888 solid 1px;
    border-radius: 5px;
    margin: 5px 0 5px 0px;
    padding: 5px;
    display: block;
}

#formatted_input_table td:first-child {
    text-align: right;
}
#formatted_input_table td:last-child {
    text-align: left;
}
#delivery_table table {
    width: 100%;
}
#delivery_table td {
    padding: 10px 20px 10px 0;
}
#delivery_table td:nth-child(3){
    text-align: right;
}
/*---------- bubble tooltip -----------*/
.tt{
    position:relative;
    z-index:24;
    color:black;
    font-weight:bold;
    text-decoration:none;
    padding: 2px;
}
.tt span{
    display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{
    z-index:25;
    color: #aaaaff;
}

.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
    padding: 0 0 0 5px;
    width:250px;
    color: #333;
    text-align: left;
/*    filter: alpha(opacity:90);
    KHTMLOpacity: 1.0;
    MozOpacity: 0.90;
    opacity: 0.90;  */
}
.tt:hover span.top{
    display: block;
    padding: 22px 0px 0;
/*    background: url(../../css_gifs/bubble.gif) no-repeat top;
    background-color: white; */
}
.tt:hover span.middle { /* different middle bg for stretch */
    display: block;
    font:12px arial, sans-serif;
    padding: 3px 6px;
/*    background: url(../../css_gifs/bubble_filler.gif) repeat bottom;   */
    background-color: white;
    font-weight: bolder;
    border: 2px solid #bbb;
    border-radius: 5px;
}
.tt:hover span.bottom{
    display: block;
    padding: 3px 8px 10px;
    color: #548912;
/*    background: url(../../css_gifs/bubble.gif) no-repeat bottom;*/
}
/*---------- end bubble tooltip -----------*/
a.tt{
position:relative;
z-index:24;
color:#3CA3FF;
font-weight:bold;
text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
display:block;
position:absolute;
top:0px; left:0;
padding: 15px 0 0 0;
width:200px;
color: #993300;
text-align: center;
filter: alpha(opacity:90);
KHTMLOpacity: 0.90;
MozOpacity: 0.90;
opacity: 0.90;
}
a.tt:hover span.top{
display: block;
padding: 30px 8px 0;
background: url(http://4.bp.blogspot.com/_4HKUHirY_2U/Sv_TE02nC2I/AAAAAAAAALU/RJP8dN5W30s/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
display: block;
padding: 0 8px;
background: url(http://3.bp.blogspot.com/_4HKUHirY_2U/Sv_TISo06uI/AAAAAAAAALc/9dj1-t3hN6o/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
display: block;
padding:3px 8px 10px;
color: #548912;
background: url(http://4.bp.blogspot.com/_4HKUHirY_2U/Sv_TE02nC2I/AAAAAAAAALU/RJP8dN5W30s/bubble.gif) no-repeat bottom;
}
.margin {
    padding: 10px;
}

.small_prod_image {
    float:left;
    background: white;
    margin: 0px 5px 0 0;
/*  border: solid 2px #888;*/
    border: solid 1px grey;
    text-align: center;
    cursor:url(../../images/zoom_in.cur), pointer;
}

.blue {
    color: blue;
}
.page_container {
    padding:0px 2px 0px 5px;
}
.container {
    background: #f8f8d8;
    border-bottom-width: 0px;
    color: #222221;
}
.container_padding {
    padding-left: 20px;
    padding-right: 20px;
}
.pop_up_padding {
    padding-left: 15px;
    padding-right: 15px;
}
body {
    background-color: #fcfcfc;
    margin: 0 auto;
}
.top_links {
    font: 12px arial, verdana, helvetica, sans-serif;
    color: #303030;
    text-align: right;
}

.motto {
    width: auto;
    font: 14px dolphin, arial;
    font-weight: bold;
    color: #806030;
    text-align: center;
    text-transform: lowercase;
    padding-bottom: 5px;
}
p, table.table_color {
    color: #333;
}
p {
    font: 13px arial, helvetica, sans-serif;
}
.login_label {
    font: 11px arial, verdana, helvetica, sans-serif;
    color: blue;
    font-weight: bold;
    font-style: italic;
}

.under_construction {
    color: red;
    font: 24px arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
.banner {
    margin-bottom: 0px;
}
#header_logo {
    float:left;
    text-align:center;
    min-width:200px;
    width:20%;
    padding: 0 5px;
    margin-bottom: 10px;
/*    padding-left:5px;
    padding-bottom:10px;
*/}
.logo_caption_big {
    color: sienna;
    font: 18px arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.logo_caption_small{
    font: 12px poppins, arial, verdana, helvetica, sans-serif;
    color: sienna;
    text-align: center;
    font-weight: normal;
}

.site_links {
    padding: 0px 5px;
}

table.move_left {
    position:relative;
    left:85px;
}
.small {
    font: 8px verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-transform: lowercase;
}
.tiny {
    font: 0.1px verdana, arial;
}
.temp_unavail {
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #BA55D3;
}
.left_align {
  text-align: left;
}
.small_error {
    font: 11px arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    color: magenta;
}
.magenta {
    color: magenta;
}
.bold {
    font: 14px verdana, arial, helvetica, sans-serif;
    color: black;
    font-weight: bold;
}
.label {
    font: 12px verdana, arial, helvetica, sans-serif;
    color: black;
    font-weight: bold;
    line-height:120%
}
.bold_blue {
    font: 12px verdana, arial, helvetica, sans-serif;
    color: blue;
    line-height:120%
}
.bold_green_italic {
    font: 14px verdana, arial, helvetica, sans-serif;
    color: green;
    font-weight: bold;
    font-style: italic;
}
.bold_blue_italic {
    font: 14px verdana, arial, helvetica, sans-serif;
    color: blue;
    font-weight: bold;
    font-style: italic;
}
.black {
    color: black;
}
.page_heading {
    font: 15px verdana, arial, helvetica, sans-serif;
    color: #806030;
    line-height: 120%;
    font-weight: bold;
    text-transform: lowercase;
}
.alert {
    font-weight: bold;
    color: red;
    text-align: right;
}
.right {
    float: right;
}


.upper_case {
    text-transform: none;
}
h4 {
    font: 12px arial, verdana, helvetica, sans-serif;
    color: blue;
/*    font-weight: bold;*/
    text-transform: uppercase;
}

table {
    font: 12px arial, sans-serif;
    color: black;
    line-height: 120%;
    empty-cells: show;
}
ul, ol {
    font: 13px arial, sans-serif;
    color: #222221;
    line-height: 120%;
}
ul#terms li {
    padding-bottom: 15px;
}


td.right_panel {
    padding: 0px 0px 0px 10px;
}

/*  border: solid 2px gold;
*/
.image_link{
    display:block;
    width:20px;
    height:20px;
    background:url('http://localhost/WebSites/biodistributors/images/twitter_logo_4.jpg') no-repeat;
}

.image_link:hover {
    display:block;
    width:20px;
    height:20px;
    background:url('http://localhost/WebSites/biodistributors/images/twitter_logo_1.jpg') no-repeat;
}
.background_shading {
    background: yellow;
    padding: 5px;
    border:solid 2px #555555;
}
.required {
    background: Wheat;
    padding: 5px;
    border:solid 2px #555555;
    border-radius: 7px;
}
#st {
    background: white;
    text-align: center;
    border:solid 1px #555555;
}
table.cust_input {
    border-collapse: collapse;
    border:solid 2px #aaa;
    border-radius: 7px;
    background: Wheat;
    padding: 5px;
}
table.cust_input td{
    padding: 5px;
}

/*-------------------------Links-----------------------------*/

a:link {
    color: #1E90FF;
}

a:visited {
    color: #1E90FF;
}

a:hover {
    color: #222221;
}

.update a:link {
    color: red;
}
.update a:visited {
    color: #87CEFA;
}
.update a:hover {
    color: green;
}


.top_links a:link {
    color: #a0a0a0;
    text-decoration: none;
}

.top_links a:visited {
    color: #a0a0a0;
    text-decoration: none;
}

.top_links a:hover {
    color: #808080;
    text-decoration: none;
}



a.error:link, a.error:visited {
    font: 9px arial, verdana, helvetica, sans-serif;
    color: red;
}


a.error:hover  {
    color:green;
}
/*a.current_page:visited, a.page_links:link, a.page_links:visited {
    color: #807050;
    text-decoration: none;
    line-height: 185%;
}
*/
.del_addrs #entry {
    margin-bottom: 5px;
}

#checkout_box {
    border:2px solid #888;
    border-radius:10px;
}

#checkout {
    float:right;
}
.cust_details_input {
    width: 200px;
}
.postcode {
    width: 50px;
}

#progress_bar {
    font-size: 10px;
    /*background: white;*/
    border-radius: 5px;
    padding: 0;
    color: grey;
}
#pb_current {
    font-weight: bold;
    font-size: 15px;
    color: black;
    /*background: white;*/
}

li.current_page, a.current_page, a:hover.current_page {
    color: #333;
    font-weight: bold;
    text-transform: lowercase;
    padding: 2px 0 2px 10px;
}
.forgot a:link, .forgot a:visited  {
    font-size: 10px;
    font-weight: bold;
    color: black;
    padding-left: 10px;
}

.forgot a:hover {
    color: grey;
}
#topbar_nav img {
    border-radius: 3px;
    height: 25px;
    width: auto;
    margin: 0px 5px;
    padding: 1px;
    border-radius: 5px;
}
#topbar_nav img:hover {
    cursor: pointer;
    cursor: hand;
    background: #ddd;
}
#topbar_nav button {
    float: right;
}
div.topbar_label {
    font-size: 8px;
    text-align: center;
    text-decoration: none;
}
a:link div.topbar_label, a:visited div.topbar_label, a:hover div.topbar_label {
    color: black;
    cursor: pointer;
    cursor: hand;
}
input#zoom_searchbox {
    padding:3px 0 5px 3px;
    margin:5px 5px 0 0;
    border-radius: 4px;
    background: white;
    height: 25px;
    width: 150px;
        font-size: 12px;
}
#zoom-search-icon {
    height: 27px;
    width: 25px;
    border: 0px solid grey;
    margin: 2px 0 0 3px;
    /*background: white;*/
    border-radius: 5px;
    padding: 2px 0;
}


.dropdown-menu-right {
  right: 0px;  /*needs to be same as r - padding for #topbar_nav */
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0px;
}
/*#topbar_nav button {
    float: left;
    margin: 3px 5px;
    background: yellow;
    transition: background 0.3s;
    -webkit-transition: background 2s; /* Safari 3.1 to 6.0 */
/*    box-shadow: none;
    border-radius: 5px;
    padding:4px;
    border:2px beige solid;
    border:none;
    font-size: 15px;
}*/
/*#topbar_nav button:hover {
    background: red;
    cursor: pointer;
    cursor: hand;
}*/
#footer {
    /*border-top: 2px solid grey;*/
    border-bottom: 2px solid grey;
    background: #222;
    padding:10px 0;
}
#footer ul {
    list-style-type: none;
    text-transform: lowercase;
    padding-left: 15px;
}
#footer a:link, #footer a:visited {
    /*color: #999;*/
    text-decoration: none;
}
#footer a:hover {
    color: #eee;
}
.banner_image {
      display:none;
}
/*
div#search {
    margin-right: 9px;
}
*/

#navbar-icon {
    height: 27px;
    width: 25px;
    border: 0px solid grey;
    margin: 8px 0 0 3px;
    /*background: white;*/
    border-radius: 5px;
    padding: 2px 0;
/*style='width:42px; height: 42px'*/
}

#float_left {
    float:left;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

table#pl-index li {
    padding: 5px 0;
}

img#logo {
    float:left;
    display: none;
}
.banner {
    float:left;
    padding-left: 0px;
    width:100%;
}
.site_links{
    margin-top: 40px;
}
.site_links, .current_site_link {
    font: 10px arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    color:#444;
    padding: 2px 5px 2px 5px;
    margin-left: 5px;
    text-decoration: none;
    border-radius: 5px;
}
.current_site_link {
    background: rgb(207,46,46);
    color: white;
}
a.site_links:link, a.site_links:visited {
    background: white;
    color:#333;
}

a.site_links:hover  {
    background: rgb(207,46,46);
    color:white;
}
td.current_site_link {
    background: rgb(207,46,46);
}
#main_panel {
    float:left;
    width:100%;
    padding: 5px;
    font-size: 12px arial;
}
#side_panel {
    float:left;
    width:100%;
    padding: 0 5px;
}
#r_panel_logo {
    text-align:center;
    margin-bottom: 15px;
}
#r_panel_logo img {
    width: 40%;
    height: 40%;
}

div.page_links {
    font: 16px arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    color: sienna;
    line-height: 160%;
    padding-left: 45px;
}

div.page_links a:link, .page_links a:visited  {
    text-decoration: none;
    color: sienna;
}

div.page_links a:hover {
    font-size: 16px;
    color: #333;
}
.footer_box {
    float: left;
    width: 50%;
}
.footer_box#acknowledge {
    float: left;
    width: 100%;
    padding:0 70px 0 50px;
    margin: 0px;
}
.footer_box p {
    color: #aaa;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 0px 3px;
  margin: auto;
  border: 1px solid #555;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
div#buttons {
  display: flex;
}
/* The Close Button */
.close, .cart-btn {
  color: #555;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  border: 1px black solid;
  border-radius: 5px;
  margin: 15px;
}

.close:hover,
.close:focus,
.close-x:hover,
.close-x:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close-x {
  color: #555;
  padding: 0px 0px 0px 20px;
  float: right;
  font-size: 25px;
  font-weight: bold;
}


#added {
    width:100%;
    background: lemonchiffon;
    border:1px solid #888
}
table#added td {
    padding: 2px 5px;
}
#added tr:first-child {
    background: transparent;
}
.left_panel_box {
    border:1px solid #888;
    padding:5px;
    color:blue;
    border-radius:3px;
    font-style:italic;
    background:white;
}
.error {
    font-size: 12px;
    font-family: arial;
    color: red;
    font-weight: bold;
    font-style: italic;
}
@media only screen and (min-width: 400px) {
    h4 {
        font-size: 14px;
    }
    table {
        font-size: 14x;
    }
    .page_container {
        padding: 0px 10px;
    }
    .banner {
        padding: 0px 30px 0px 0px;
        width:90%;
    }
    .banner_image {
      display: block;
    }
/*    div#search {
        margin-right: 40px;
    }
*/    #topbar_nav {
        padding: 0 10px;
    }
    .dropdown-menu-right {
      right: 20px;  /*needs to be same as r - padding for #topbar_nav */
    }
    .dropdown-menu-left {
      left: 20px;
    }
    .site_links, .current_site_link {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }
/*    #side_panel {
        padding-left: 20px;
    }
*/
    .page_heading {
        font: 20px verdana, arial, helvetica, sans-serif;
        line-height: 150%;
        font-weight: bold;
    }
    div.page_links {
      padding: 0 15px;
    }
   #plist tr td:first-child {
       padding-left: 5px;
   }
  .responsive_3 {
/*    width:33%;
*/  }
    #pl_index li, #home_page li {
        /*border-width: 4px;*/
        height: 60px;
        width: 31%;
        padding: 20px 0;
        margin: 5px 2% 0 0;
        font-size: 18px;
    }
    #ap_index li {
        /*border-width: 4px;*/
        width: 31%;
        font-size: 15px;
    }
    #home_page li {
        padding-top: 20px;
        width: 48%;
    }
    .ordering {
        text-align: right;
    }
    .error {
        font-size: 15px;
    }
    .motto {
        font-size: 18px;
    }
    .ordering {
        display: block;
    }
    .highlight {
        padding:5px;
        border: 1.5px solid grey;
        border-radius: 10px;
        margin: 2px 2px 2px 20px;
    }
    #paypal_image {
        width: 155px;
    }
    #formatted_input_table {
        margin: 10px 0 5px 15px;
        padding: 15px;
    }
    #hidden {
        display: none;
    }
    #hidden_margin {
        float: left;
        margin-left: 20px;
    }
    input#checkout {
        float: right;
        padding: 20px 30px;
        font: 20px verdana, arial, helvetica, sans-serif;
        font-weight: bold;
        border-radius: 15px;
    }
    input.input, select {
        font-size: 13px;
        padding: 5px;
        border-radius: 7px;
    }
    input[type=number]{
        width: 50px;
        font-size: 13px;
        font-weight: bold;
        color:blue;
    }
    #r_panel_logo {
        margin-bottom: 10px;
    }
    #r_panel_logo img {
        width: 30%;
        height: 30%;
    }
    #search_links {
        padding-left: 0px;
    }
    /***************** Prod \search layout **********************/
}
/************ large screens ************/
/************ large screens ************/
@media only screen and (min-width: 600px) {
    .modal {
      padding-top: 100px; /* Location of the box */
    }
    .modal-content {
      margin: auto;
      padding: 0px 20px;
      width: 70%;
      height: auto;
      border: 2px black solid;
    }
    ul, ol {
        font: 15px arial, sans-serif;
    }
    #plist td, #plist th {
        padding: 5px;
    }
    .photo {
        height: 100px;
    }
    #thumbBox {
        max-width:50%;
    }
    h2 {
        font-size: 16px;
    }
    p {
        font-size: 15px;
    }
    #support .clearfix div {
        float: left;
        width: 50%;
    }
    .question {
        font-size: 15px;
    }
    .bold_blue {
        font-size: 12px;
        font-weight: bold;
        line-height:150%
    }
    .label {
        font-size: 14px;
        line-height:150%
    }
    .error_msg_box {
        font-size: 16px;
        margin: 20px;
        padding: 15px;
    }
    .popup-inner {
        width:80%;
        padding:10px 40px;
    }
    .popup-inner p {
        font-size: 14px;
    }
    #r_panel_logo img {
        width: 25%;
        height: 25%;
    }
    .cust_details_input {
        width: 400px;
    }
    /* For checkout submit check boxes*/
    .checkout_1 {
        width: 68%;
        margin-right: 2%;
    }
    .checkout_2 {
        width: 30%;
    }
    .checkout_1 div:nth-child(2) {
        margin-bottom: 0;
    }
    .iframe_video {
        width: 80%;
    }
    #modal_window {
        width: 380px;
        padding: 10px 20px;
        border-width: 5px;
        border-radius: 10px;
      }
    #topbar_nav {
        padding: 0 30px 0 20px;
    }
    .dropdown-menu-right {
      right: 30px;  /*needs to be same as r - padding for #topbar_nav */
    }
    .footer_box {
      width:50%;
    }
    #footer ul {
        padding-left: 20px;
    }
    #prod_inf img {
     width:45%;
     max-width:400px;
     border: none;
    }
/*    table#my_list td:first-child {
        width: 70%;
    }
    table#my_list td:nth-child(2) {
        width: 20%;
    }
    table#my_list td:last-child(2) {
        width: 10%;*/
    }
/************ large screens ************/
/************ large screens ************/
@media only screen and (min-width: 800px) {
    h4 {
        font-size: 16px;
    }
    table {
        font-size: 16px;
    }
    #added {
        width:80%;
    }
    .photo {
        height: 130px;
    }
    #r_panel_logo img {
        width: 80%;
        height: 80%;
    }
    .iframe_video {
        width: 70%;
    }
    .page_container {
        padding:0px 25px 0px 25px;
    }
    .banner {
        width:40%;
    }
    img#logo {
        display: block;
        width: 100%;
    }
    #topbar_nav {
        margin-bottom: 0px;
    }
    #topbar_nav img {
        height: 30px;
        margin: 0px 5px 0px 5px    }
    input#zoom_searchbox {
        border-radius: 8px;
        height: 27px;
        width: 250px;
        font-size: 18px;
    }
    #zoom-search-icon {
        height: 35px;
        width: 33px;
        border: 0px solid grey;
        margin: 2px 0 0 3px;
        /*background: white;*/
        border-radius: 5px;
        padding: 2px 0;
    }
    #topbar_nav {
        margin-bottom: 10px;
        padding: 0 80px 0 30px;
    }
    .dropdown-menu-right {
      right: 80px;  /*needs to be same as r - padding for #topbar_nav */
    }
    .dropdown-menu-left {
      left: 30px;
    }
    div#search {
        margin-right: 100px;
    }
    #navbar-icon {
        height: 35px;
        width: 35px;
        border-radius: 8px;
        padding: 2px 0;
    }
    #plist tr td:first-child, #plist tr th:first-child {
       padding-left: 5px;
    }
    #side {
        display: block;
    }
  .responsive_3 {
/*    width:33%;
*/    padding:0px 0px;
  }
    #main_panel {
        width:75%;
        padding: 10px 20px;
        font-size: 18px;
    }
    #side_panel {
        width:25%;
        padding-left: 15px;
    }
    .footer_box {
      width:25%;
    }
    #footer ul {
        padding-left: 50px;
    }
    #prod_inf img {
/*        width:50%;*/
    }

}
@media only screen and (min-width: 1000px) {
    .downloads_flexbox {
        margin: 25px 0px;
        font-size: 14px;
    }
    .downloads_flexbox div {
        padding: 15px 5px;
    }
   #topbar_nav {
        padding: 0 150px 0 30px;
    }
}
/*  *   *   * For Thumbnail Viewer*/
/*  *   *   * End Thumbnail Viewer*/
/*end*/